Syntax:
YourVariable = VA1.Current_Word_no_Processed
Details :
VoiceAction processes the word in near real time of one second / two seconds as soon as you say it, hence it does not require to here a continuous dictation.
But your one word may get divided into two ( this is a good sign as it helps recognition) As an example : Eight = "A" + "thh"
In this case it will show that it has found 2 words. First "A" and second "thh".
Note that, in case of processing a Wave file, which may contain
more no. of words, that will give the real no. of processing that
is going on.
Example :
Private Sub Timer1()
Label2.Caption = VA1.Current_Word_no_Processed
End Sub
See Examples.